[ZEPPELIN-385] Notebook offline view mode#1105
Conversation
bdf5203 to
e047cea
Compare
|
@khalidhuseynov may be we should consider enabling show/hide editor and output buttons |
|
I'm not sure what the usage of this feature as if would be. |
|
@khalidhuseynov one thing: as soon as this changes the URL - you might want to double-check and make sure that URLs to each separate paragraph (+IFrame ones) and a Search work with new URL. |
|
@r-kamath that's good point, but that differs according to use cases (also as a workaround, possible to set those before switching to @corneadoug it makes some sense, however @bzz thanks for feedback, i'll look into that. |
|
Copying from Zeppelin Dev List: It's not clear to me if offline mode would allow changing input controls (dropdowns/input box etc) and view the new result. Our requirement is for a dashboard mode, where multiple users can play with the data using the input controls but don't interfere with each other's work. This is a very basic requirement for making Dashboards using Zeppelin. I think isolating a notebook copy in a web socket/user session (in Dashboard mode), can achieve the desired results. |
e047cea to
40bcb60
Compare
|
@khalidhuseynov do you think we can close this one now, until you look into it more again? Or is it WIP? |
|
@khalidhuseynov 1 week ping |
|
@bzz thanks for ping, i'm closing it for now |
What is this PR for?
This PR is to address so called
offline view(view only + offline) mode. In this mode you open notebook inonly viewmode meaning can't do any editions + notebook and paragraph bars are disabled. Further, it's calledoffline, in case someone else does any changes in the notebook while you have it open, the changes will not be rendered in your screen until you reload it. There was initial work under #389, however some notable differences exist. For example, same functionality here available from frontend menu without need to restart Zeppelin. Also it providesofflineview which was absent in initial PR.What type of PR is it?
Feature
Todos
What is the Jira issue?
related to ZEPPELIN-385
How should this be tested?
offline viewfrom the dropdown menu of notebooklooknfeelbar on the top rightScreenshots (if appropriate)
view only

offline view

Questions: